home *** CD-ROM | disk | FTP | other *** search
/ PC Zone 92 / DPPCZ0800.7z / DPPCZ0800.ISO / Patches / Star Trek - Armada / Armada_patch_1_1.exe / LDL / string_e.ldl < prev    next >
Text File  |  2000-04-19  |  16KB  |  421 lines

  1. ################################################################################################
  2. #    This is the LANGUAGE DEPENDENT component of the LDL script.
  3. ################################################################################################
  4.  
  5. import "string.ldl"
  6.  
  7. global_strings
  8. {
  9.  
  10. ############################
  11. #    
  12. #    "szStatusTitle" is displayed in the title bar of the main status window.
  13. #
  14.     string szStatusTitle "StarTrek: Armada - Patcher Status"
  15.  
  16.  
  17. ################################################################################################
  18. #
  19. #    "szDisplayFromVersion" is displayed in the following 4 places:
  20. #
  21. #    - on the status window embedded in the text string "szCopyrightString1B", provided it is
  22. #      not set to "0.0"
  23. #    - on the status window embedded in the text string "szStatusString1B", provided it is
  24. #      not set to "0.0"
  25. #    - embedded in the message "szWrongPatch", which is shown if the current version of
  26. #      the installed game is below the lowest version that this patch is designed for
  27. #    - embedded in the message "szNotInstalledA" or "szNotInstalledB", which is shown
  28. #      if the product could not be detected on the user's system
  29. #
  30.     string szDisplayFromVersion "1.0"
  31.  
  32.  
  33. ################################################################################################
  34. #
  35. #    "szDisplayPatchVersion" is displayed in the following 3 places:
  36. #
  37. #    - on the status window embedded in the text string "szCopyrightString1A" or
  38. #      "szCopyrightString1B"
  39. #    - on the status window embedded in the text string "szStatusString1A" or
  40. #      "szStatusString1B"
  41. #    - embedded in the text string "szNotInstalledA" or "szNotInstalledB", which is shown
  42. #      if the product could not be detected on the user's system
  43. #
  44. #    It is also used to update anet.inf's "[Version Info].Version" key.
  45. #
  46.     string szDisplayPatchVersion "1.1"
  47.  
  48.  
  49. ################################################################################################
  50. #
  51. #    "szDisplayFromVersionName" and "szDisplayPatchVersionName" can be used to display
  52. #    descriptions for the current version of the product and the version of the patch. If
  53. #    defined, they are shown directly following the value of the "szDisplayFromVersion" and
  54. #    "szDisplayPatchVersion" fields (respectively) on the patcher status window (see also
  55. #    "szCopyrightString1B").
  56. #
  57. #    Provided "szDisplayPatchVersionName" is defined, it is not only used for display but also
  58. #    to update or create the "[Version Info].VersionName" key in the anet.inf file.
  59. #
  60. #    Example: string szDisplayFromVersionName "Standard Version"
  61. #         string szDisplayPatchVersionName "Pentium 3 Enhanced"
  62. #
  63.     string szDisplayFromVersionName "Star Trek: Armada v 1.0"
  64.     string szDisplayPatchVersionName "Star Trek: Armada v 1.1"
  65.  
  66.  
  67. ############################
  68. #
  69. #    "szCancel" represents the text for the cancel button. If this attribute is not defined,
  70. #    the cancel button will not be displayed.
  71. #
  72.     string szCancel "Cancel"
  73.  
  74. ############################
  75. #
  76. #    "szTerminateTrouble" is displayed if the main executable is still running and the patcher
  77. #    has been run using the "-forced" command line switch (such as through the automatic
  78. #    updater).
  79. #
  80.     string szTerminateTrouble "Star Trek: Armada is still running.  Please shut down Armada and try again."
  81.  
  82. ############################
  83. #
  84. #    "szWaitToTerminate" is displayed if the main executable is still running and the patcher
  85. #    has been run using the "-forced" command line switch (such as through the automatic
  86. #    updater).
  87. #
  88.     string szWaitToTerminate "Waiting for Armada to shut down..."
  89.  
  90. ############################
  91. #
  92. #    "szRestartText" is displayed, if the system needs to be restarted after applying the
  93. #    patch.
  94. #
  95.     string szRestartText "Unfortunately, you must restart your computer for this patch to take effect."
  96.  
  97. ############################
  98. #
  99. #    "szRestartNow" and "szRestartLater" represent the text for for the buttons that are
  100. #    displayed in the dialog box that also displays the contents of "szRestartText". In other
  101. #    words, the corresponding buttons are shown, if the system needs to be restarted after
  102. #    applying the patch.
  103. #
  104.     string szRestartNow "Restart Now"
  105.     string szRestartLater "Restart Later"
  106.  
  107. ############################
  108. #
  109. #    "szNotInstalledA" or "szNotInstalledB" is displayed, if the product is not installed on
  110. #    the system when the patcher is run.
  111. #
  112. #    "szNotInstalledA" is used if "szDisplayFromVersion" is "0.0", otherwise
  113. #    "szNotInstalledB" is used.
  114. #
  115. #    The "%s" in these two strings represent place holders. The rightmost "%s" is replaced by
  116. #    "szDisplayPatchVersion", while the leftmost "%s" (which only applies to
  117. #    "szNotInstalledB" - "szNotinstalledA" does not have a leftmost "%s") is replaced by
  118. #    "szDisplayFromVersion".
  119. #
  120.     string szNotInstalledA "This patch applies to Star Trek: Armada, versions up to %s only.  The required version was not detected on this machine."
  121.     string szNotInstalledB "This patch applies to Star Trek: Armada, versions %s to %s only.  The required version was not detected on this machine."
  122.  
  123. ############################
  124. #
  125. #    "szUpdateAborted" represents the confirmation message that is shown when the user presses
  126. #    the cancel button (provided the cancel button is present (see "szCancel" above).
  127. #
  128.     string szUpdateAborted "Update Aborted"
  129.  
  130. ############################
  131. #
  132. #    "szPatchAborted" is displayed after the user confirmed the cancellation of the Patcher.
  133. #
  134.     string szPatchAborted "Patch Aborted"
  135.  
  136. ############################
  137. #
  138. #    "szPatchCorrupt" is displayed directly prior to terminating the Patcher, if the embedded
  139. #    patch data is corrupted (this may occur if a file transfer error occurred while the
  140. #    patch was downloaded).
  141. #
  142. #    The "%s" in this string represents a place holder and is replaced by the filename of the
  143. #    file in the patch data, that appears to be corrupted.
  144. #
  145.     string szPatchCorrupt "\
  146. Error patching file: %s
  147.  
  148. This patch is corrupt."
  149.  
  150. ############################
  151. #
  152. #    "szPatchObstructed" is displayed, if the Patcher detects, that a file, that needs to be
  153. #    replaced, cannot be written to.
  154. #
  155. #    The "%s" in this string represents a place holder and is replaced by the filename of the
  156. #    file, that is unwriteable.
  157. #
  158.     string szPatchObstructed "An error occurred while patching Armada files, because the file %s is in use by Star Trek: Armada.  You might want to shut down Star Trek: Armada before running this patch."
  159.  
  160. ############################
  161. #
  162. #    "szPatchSuccessful" is displayed when the patching process completed successfully.
  163. #
  164.     string szPatchSuccessful "Patch Successful!"
  165.  
  166. ############################
  167. #
  168. #    "szRegistryTrouble" is displayed, if the patching process completed successfully, but the
  169. #    registry could not be updated with the new version information.
  170. #
  171.     string szRegistryTrouble "Could not update registry. Patch complete."
  172.  
  173. ############################
  174. #
  175. #    "szPatchUnsuccessful" is displayed when the patching process completed unsuccessfully,
  176. #    due to any type of error.
  177. #
  178.     string szPatchUnsuccessful "Patch was unsuccessful."
  179.  
  180. ############################
  181. #
  182. #    ([ActiveNet].Platform != szValidPlatform_n (for all n))
  183. #
  184. #    "szWrongPlatform" is displayed, if the the user's platform is not supported.
  185. #    
  186. #    This attribute is required if one or more "szValidPlatform_n" attributes are used
  187. #    (usually in the language independent LDL script).
  188. #
  189.     string szWrongPlatform "This patch does not apply to your platform."
  190.  
  191. ############################
  192. #
  193. #    ([ActiveNet].Version > szPatchVersion)
  194. #
  195. #    "szPatchUnnecessary" is displayed, if the installed product's version number is above
  196. #    the highest version number (as determined by "szPatchVersion"), that this patch applies
  197. #    to.
  198. #    
  199.     string szPatchUnnecessary "You do not need to run this patch. You already have the latest version of Star Trek: Armada."
  200.  
  201. ############################
  202. #
  203. #    ([ActiveNet].Version < szFromVersion)
  204. #
  205. #    "szWrongPatch" is displayed, if the installed product's version number is below the
  206. #    lowest version number (as determined by "szFromVersion"), that this patch applies to.
  207. #
  208. #    The "%s" in this string represent place holders, which will be replaced by
  209. #    "szDisplayFromVersion".
  210. #
  211.     string szWrongPatch "This patch cannot be used yet. You must first patch your version of Star Trek: Armada to version %s.  Version %s is the lowest version of Star Trek: Armada that this patch can handle."
  212.  
  213. ############################
  214. #
  215. #    ([Version Info].QA != szQA_n (for all n) ||
  216. #     ([ActiveNet].Language & szValidLanguage) == 0)
  217. #
  218. #    "szWrongLocale" is displayed, if this patch doesn't apply to the installed product's SKU
  219. #    (determined via "szQA_n") or language (determined via "szValidLanguage").
  220. #
  221.     string szWrongLocale "This patch does not apply to your localized version of Star Trek: Armada."
  222.  
  223. ############################
  224. #
  225. #    ([Version Info].Branch < szValidBranchLow || [Version Info].Branch > szValidBranchHigh)
  226. #
  227. #    "szWrongBranch" is displayed, if the branch number of the game does not fall within the
  228. #    specified branch number range.
  229. #    
  230. #    This attribute is required if the "szValidBranchLow"/"szValidBranchHigh" attribute pair
  231. #    is defined (usually in the language independent LDL script).
  232. #    
  233.     string szWrongBranch "This patch does not apply to your specific branch build of Star Trek: Armada."
  234.  
  235. ############################
  236. #
  237. #    "szCopyrightString1A" or "szCopyrightString1B" is displayed on the Patcher's status
  238. #    window.
  239. #
  240. #    "szCopyrightString1A" is used if "szDisplayFromVersion" is "0.0", otherwise
  241. #    "szCopyrightString1B" is used.
  242. #
  243. #    The "%s" in these two strings represent place holders. The rightmost "%s" is replaced by
  244. #    "szDisplayPatchVersion", while the leftmost "%s" (which only applies to
  245. #    "szCopyrightString1B" - "szCopyrightString1A" does not have a leftmost "%s") is replaced
  246. #    by "szDisplayFromVersion".
  247. #
  248.     string szCopyrightString1A " %s "
  249.         string szCopyrightString1B " %s To %s "
  250.  
  251. ############################
  252. #
  253. #    "szCopyrightString2" is also (just as szCopyrightString1*) displayed on the Patcher's
  254. #    status window.
  255. #
  256.         string szCopyrightString2 "Copyright 2000 Activision - All rights reserved"
  257.  
  258. ############################
  259. #
  260. #    "szStatusString1A" or "szStatusString1B" is displayed on the status window, below the
  261. #    copyright information.    
  262. #
  263. #    "szStatusString1A" is used if "szDisplayFromVersion" is "0.0", otherwise
  264. #    "szStatusString1B" is used.
  265. #
  266. #    The "%s" in these two strings represent place holders. The rightmost "%s" is replaced by
  267. #    "szDisplayPatchVersion", while the leftmost "%s" (which only applies to
  268. #    "szStatusString1B" - "szStatusString1A" does not have a leftmost "%s") is replaced by
  269. #    "szDisplayFromVersion".
  270. #
  271.     string szStatusString1A " %s "
  272.     string szStatusString1B " %s %s "
  273.     
  274. ############################
  275. #
  276. #    "szMishmashWarning" is shown, if the user clicks the cancel button, while the patching
  277. #    process is in progress.
  278. #
  279.     string szMishmashWarning "\
  280. Cancelling out of the patch at this point will leave you with a mix of patched and unpatched files.  Star Trek: Armada will be unplayable until you re-run this patch all the way through from the beginning.
  281.  
  282. Are you sure you wish to cancel the patch?"
  283.  
  284. ############################
  285. #
  286. #    "szSafeWarning" is shown, if the user clicks the cancel button, as long as the patching
  287. #    process is NOT in progress.
  288. #
  289.     string szSafeWarning "Are you sure you wish to cancel the patch?"
  290.     
  291. ############################
  292. #
  293. #    "szPatchErrorTitle" represents the text of title bar of the dialog box, that is shown,
  294. #    if an error occured.
  295. #    
  296.     string szPatchErrorTitle "Patch Error"
  297.     
  298. ############################
  299. #
  300. #    "szVerifying" represents a text fragment that is shown, while the Patcher verifies the
  301. #    files to be patched. When it is displayed, it will be followed by the name of the file
  302. #    that is currently being verified.
  303. #    
  304.     string szVerifying "Verifying:"
  305.     
  306. ############################
  307. #
  308. #    "szProcessing" represents a text fragment that is shown, while the Patcher performs the
  309. #    actual patching process. It will then be followed by the name of the file that is
  310. #    currently patched/copied.
  311. #
  312.     string szProcessing "Processing:"
  313.  
  314. ############################
  315. #
  316. #    "szPleaseWait" is displayed on the status window (it blonks), while the Patcher waits for
  317. #    the game to shut down before it start the verification of the destination.
  318. #
  319.     string szPleaseWait "Please Wait..."
  320.  
  321. ############################
  322. #
  323. #    "szWelcome" can be used to to display an intoductory message prior to performing any
  324. #    tasks. This text is not displayed if the Patcher is run with the "-forced" command line
  325. #    switch (e.g. through the automatic updater).
  326. #
  327.     string szWelcome "Welcome to the Star Trek: Armada Patch.  This patch will update some of your Star Trek: Armada files."
  328.     
  329. ############################
  330. #
  331. #    "szInformation" represents the text of the title bar in the dialog box, that is displayed
  332. #    to ask the user to insert the CD (e.g. if "CDDIR" is used as the drive specifier in the
  333. #    "filecopy" block (usually in the language independent LDL script) and a requested file
  334. #    could not be found in the designated CD-ROM drive).    
  335. #
  336.     string szInformation "Information"
  337.  
  338. ############################
  339. #    PROBABLY OBSOLETE
  340. #
  341. #    "szErrorFileInUse" may be displayed before the actual patching process, if the Patcher
  342. #    detects that a file, that it needs to update is currently in use by another application.
  343. #
  344. #    The "%s" in this text string represents a place holder and will be replaced by the name
  345. #    of the file, that is in use.
  346. #
  347.     string szErrorFileInUse "\    
  348. Patch cannot continue while \"%s\" is active.
  349.  
  350. Please close down any application that might be using this file and re-run the patch."
  351.  
  352. ############################
  353. #    PROBABLY OBSOLETE
  354. #
  355. #    "szFilesMissing" may be displayed, if the Patcher cannot find certain files that it needs
  356. #    (e.g. "anet.inf").
  357. #
  358. #    The "%s" in this text string represents a place holder and will be replaced by the name
  359. #    of the file, that is missing.
  360. #
  361.     string szFilesMissing "The following file(s) were not found:%s"
  362.  
  363. ############################
  364. #    PROBABLY OBSOLETE
  365. #
  366. #    "szOthers" may be displayed, if the Patcher needs to show a list of files and this list
  367. #    exceeds the display area of the window. If this occurs, the contents of "szOthers" is
  368. #    shown at the bottom of as much of the list, as can be displayed.
  369. #
  370.     string szOthers "... and others."
  371.  
  372. ############################
  373. #    PROBABLY OBSOLETE
  374. #
  375. #    "szFilesWrong" may be displayed, if the Patcher detects that a file (in the product's
  376. #    install directory on the user's HDD), that it needs to patch, is corrupted/modified.
  377. #
  378. #    The "%s" in the text string represent place holders and will be replaced at run-time.
  379. #
  380.     string szFilesWrong "\
  381. %s
  382. The following file(s) did not match this patch version:%s"
  383.  
  384. ############################
  385. #    PROBABLY OBSOLETE
  386. #
  387. #    "szFileError" may be displayed, if the verify process fails for any reason.
  388. #
  389. #    The "%s" in the text string represent place holders and will be replaced at run-time.
  390. #
  391.     string szFileError "\
  392. %s
  393. The following file(s) had an error:%s"
  394.  
  395. ############################
  396. #    PROBABLY OBSOLETE
  397. #
  398. #    "szFileErrorConclusion" is displayed at the bottom of the dialog box that displays
  399. #    "szFileError".
  400. #
  401.     string szFileErrorConclusion "\
  402.  
  403.  
  404. You should apply this patch to a clean install of the game.  Uninstall your current version, run the install program included on your CD, then re-apply this patch."
  405.  
  406. ############################
  407. #    PROBABLY OBSOLETE
  408. #
  409. #    "szReadme" may be displayed after the patching process completed.
  410. #
  411.     string szReadme "This patch contains certain graphic enhancements that are not turned on by default.  Please check the readme.doc for more information.  Would you like to view the patch.txt help file now?"
  412.  
  413. ############################
  414. #    PROBABLY OBSOLETE
  415. #
  416. #    "szNotEnoughSpace" may be displayed, if there is not enough space on the user's HDD in
  417. #    order to run this patch.
  418. #
  419.     string szNotEnoughSpace "You do not have sufficient space on this system to run this patch.  Try clearing some space and running the patch again."
  420. }
  421.